Load(string, SampleQuality)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Mp3


Creates new SoundBuffer for the current output device and loads data from an .mp3 file.

Syntax

public static SoundBuffer Load(
	string path,
	SampleQuality quality
)

Back to index